GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 : CollectionBase<T> クラス |
CollectionBase<T>データ型で公開されるメンバを以下の表に示します。
名前 | 説明 | |
---|---|---|
![]() | CollectionBase<T> コンストラクタ | オーバーロードされます。 |
名前 | 説明 | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Item | コレクションの指定したインデックスにあるTを取得または設定します。 |
名前 | 説明 | |
---|---|---|
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
![]() | Add | 指定したTをコレクションに追加します。 |
![]() | AddRange | オーバーロードされます。 配列に含まれる項目を、コレクションの末尾に追加します。 |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Contains | 指定したTがコレクションに含まれているかどうかを示す値を取得します。 |
![]() | CopyTo | コレクションに指定されているSideButtonBaseオブジェクトを、 引数で指定されたSideButtonBase配列に設定します。 |
![]() | DefaultPredicate<TTarget> | 既定の検索条件を実装します。 |
![]() | Exists | オーバーロードされます。 指定した述語によって定義された条件に一致する要素がListに含まれているかどうかを判断します。 |
![]() | Find | オーバーロードされます。 指定した型TTargetに一致するTをコレクション全体で検索し、最初に見つかった一致する項目を返します。 |
![]() | FindAll | オーバーロードされます。 指定した型TTargetに一致するすべてのTを取得します。 |
![]() | FindIndex | オーバーロードされます。 指定した述語によって定義された条件に一致する要素をList全体で検索し、最初に見つかった一致する項目の0から始まるインデックスを返します。 |
![]() | FindLast | オーバーロードされます。 指定した型TTargetと指定した述語によって定義された条件に一致するTをコレクション全体で検索し、最後に見つかった一致する項目を返します。 |
![]() | FindLastIndex | オーバーロードされます。 指定した述語によって定義された条件に一致する要素をList全体で検索し、最後に見つかった一致する項目の0から始まるインデックスを返します。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | 指定したTがコレクション内に存在する場合、そのコレクションでのインデックスを返します。 |
![]() | Insert | 指定したTをコレクションの指定したインデックスに挿入します。 |
![]() | Remove | 指定したTをコレクションから削除します。 |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
![]() | InnerAddRange | 配列に含まれる項目を、コレクションの末尾に追加します。 |
![]() | OnAddRange | System.Collections.CollectionBaseインスタンスに新しい要素配列を挿入する前に、追加のカスタム処理を実行します。 |
![]() | OnAddRangeComplete | System.Collections.CollectionBaseインスタンスに新しい要素配列を挿入した後に、追加のカスタム処理を実行します。 |
![]() | OnClear | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnClearComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnCollectionChanged | CollectionChangedイベントを発生させます。 |
![]() | OnCollectionChanging | CollectionChangingイベントを発生させます。 |
![]() | OnInsert | オーバーライドされます。 System.Collections.CollectionBaseインスタンスに新しい要素を挿入する前に、追加のカスタム処理を実行します。 |
![]() | OnInsertComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnRemove | オーバーライドされます。 System.Collections.CollectionBaseインスタンスから要素を削除するときに、追加のカスタム処理を実行します。 |
![]() | OnRemoveComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnSet | オーバーライドされます。 System.Collections.CollectionBaseインスタンスに値を設定する前に、追加のカスタム処理を実行します。 |
![]() | OnSetComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnValidate | オーバーライドされます。 項目が検証されるとき、追加処理を実行します。 |
名前 | 説明 | |
---|---|---|
![]() | CollectionChanged | CollectionChanged イベントのハンドラを示す System.ComponentModel.CollectionChangeEventHandler オブジェクト。 |
![]() | CollectionChanging | CollectionChanging イベントのハンドラを示す System.ComponentModel.CollectionChangeEventHandler オブジェクト。 |